MindFusion.Wpf Pack Programmer's Guide
Utilities.PointAlongLength Method
See Also
 





Returns a point lying at the specified distance from the start point along the path specified via the collection of points.

Namespace: MindFusion
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public static Point PointAlongLength (
    double distance,
    IList<Point> segments
)

Visual Basic  Copy Code

Public Shared Function PointAlongLength( _
    distance As Double, _
    segments As IList(Of Point) _
) As Point

 Parameters

distance

A double value specifying the desired distance.

segments

A list of points specifying the path.

 Return Value

A Point structure specifying the point coordinates.

 See Also

Utilities Members
Utilities Class
MindFusion Namespace